projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857c4c6
)
(Fformat): Pass a string using XSTRING.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 23:23:53 +0000
(23:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 23:23:53 +0000
(23:23 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index dfe80b3c4bf1d35a42a1fd2fcf324839cc5d1eb1..42db5e02cb390e689aee35ad4c3d9917bfcd4e44 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2047,7
+2047,7
@@
Use %% to put a single % into the output.")
because it is the format string. */
strings[i++] = XSTRING (args[n])->data;
else
- strings[i++] = (unsigned char *) X
FASTINT
(args[n]);
+ strings[i++] = (unsigned char *) X
STRING
(args[n]);
}
/* Make room in result for all the non-%-codes in the control string. */